This applet provides checkboxes links. You check the links you want to see and you clic the button. By changing the dimensions of the applet you can change the form of the checkboxlist : if height is greater than width they are placed vertically, otherwise horizontally. You can set colors, add sounds...
Name |
Description |
Default |
Status |
number |
the number of links |
1 | required |
text1, text2,...,textN |
the N checkboxes texts |
- | required |
link1, link2,...,linkN | the N links URLs | - | required |
checked1,...,checkedN | the initial states: "yes" : checked "no" : not checked |
yes | required |
target | the target of the new page :
- "_blank" : show in a new unnamed top-level window |
_blank | required |
button_text | the button text | "Go !!" | required |
button_color | the button color | usual button color | required |
enter_button_color | the button color when mouse over | button color | optional |
checkboxes_color | the checkboxes color | background color | required |
enter_checkboxes_color | the checkboxes color when mouse over | checkboxes color | optional |
background_color | the background color | gray | required |
enter_background_color | the background color when mouse over | background color | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
sound_name | the sound played on load | - | optional |
loop_sound | - "yes" : to loop the onload
sound - "no" : played one time |
no | optional |
clic_sound_name | the sound played when click | - | optional |
registration_code | the registration code | - | required |
Special notes |
* note: you can put relative URL (to target a file on your
site) or absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. * If you put more than one link you should set the target parameter equal to "new" otherwise you will only see the last link in your current window browser. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com